| class CrossoverSimple variable-order crossover.Visibility | Public | Extends | Filter |
Public functionsConstructor Crossover(int sampleRate, double frequency, int order = 2) | Simple variable-order crossover. | void PresetOutput(int updateRate) | Create empty outputs for a given > in case they are used before processing. This optimizes zero checks. | void Process(float[] samples, int channel, int channels) | Apply crossover on an array of samples. One filter should be applied to only one continuous stream of samples. | void Process(float[] samples, out float[] lows, out float[] highs) | Apply crossover on an array of samples. One filter should be applied to only one continuous stream of samples. | void Process(float[] samples, int channel, int channels, out float[] lows, out float[] highs) | Apply crossover on an array of samples. One filter should be applied to only one continuous stream of samples. |
Public properties |